iconview: Only compute item sizes in one place
authorBenjamin Otte <otte@redhat.com>
Tue, 8 May 2012 01:57:07 +0000 (03:57 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 8 May 2012 01:58:23 +0000 (03:58 +0200)
commitd736d06db8390e84cfa9649e14b577556d3dc452
treeac9a3b48d8e168ac7413c84d4235bea90123d7a7
parente31fb77c22baf886f19cd4d5430245145d2b136b
iconview: Only compute item sizes in one place

Code was using different places to compute the icon size when layouting
and when doing size requests. This resulted in non-matching behavior in
obscure cases. And that lead to iconviews that were too small.
gtk/gtkiconview.c